home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / Delphi Digests / Delphi Vol. 3 / Delphi 3.14 < prev    next >
Encoding:
Text File  |  1988-04-08  |  22.6 KB  |  522 lines  |  [TEXT/ttxt]

  1.  7-Mar-87 08:13:41-PST,23664;000000000001
  2. Return-Path: <SHULMAN%slb-test.csnet@RELAY.CS.NET>
  3. Received: from RELAY.CS.NET by SUMEX-AIM.STANFORD.EDU with TCP; Sat 7 Mar 87 08:13:22-PST
  4. Received: from relay2.cs.net by RELAY.CS.NET id aa06702; 7 Mar 87 10:40 EST
  5. Received: from slb-test by RELAY.CS.NET id ab15527; 7 Mar 87 10:33 EST
  6. Date:     Sat, 7 Mar 87 10:22 EDT
  7. From:     Jeffrey Shulman <SHULMAN%slb-test.csnet@RELAY.CS.NET>
  8. To:       arpadigests#delphi-mac@ANDREW.CMU.EDU, 
  9.           BB-DELPHI-MAC-DIGEST%BIONET@SUMEX-AIM.STANFORD.EDU, 
  10.           BCO-INFO-MAC@BCO-MULTICS.ARPA, bboard.infomac@ACC.ARPA, 
  11.           berman@VAXA.ISI.EDU, big-mac@ARDEC.ARPA, broder@VAXA.ISI.EDU, 
  12.           ckagy%dartmouth.edu@RELAY.CS.NET, CSMIDDW@UCLA-CCN.ARPA, 
  13.           David_Bell%SFU.Mailnet@MIT-MULTICS.ARPA, DELPHI@CEEE-SED.ARPA, 
  14.           delphi-mac@ANL-MCS.ARPA, DELPHI-MAC@DREA-XX.ARPA, 
  15.           delphi-mac@LBL-UX4.ARPA, delphi-mac@MITRE.ARPA, 
  16.           delphi-mac@MITRE-BEDFORD.ARPA, DELPHI-MAC-DIGEST%TI-EG@RELAY.CS.NET, 
  17.           delphi-mac-local@MEDIA-LAB.MEDIA.MIT.EDU, 
  18.           Delphi-Mac-Digest@UM.CC.UMICH.EDU, 
  19.           dist-delphi-mac-digest@LOUIE.UDEL.EDU, dm@VAX.BBN.COM, 
  20.           dquah@ATHENA.MIT.EDU, elet@NMFECC.ARPA, Geoffm@AFSC-HQ.ARPA, 
  21.           greenes@HARVARD.HARVARD.EDU, GSB.MADLER%MIT-OZ@XX.LCS.MIT.EDU, 
  22.           hsg%duke.csnet@RELAY.CS.NET, HUNTER%upenn.csnet@RELAY.CS.NET, 
  23.           incoming-info-mac@DOCKMASTER.ARPA, Info-MAC%pco@HI-MULTICS.ARPA, 
  24.           INFO-MAC-BBOARD%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU, info-mac@BBN.COM, 
  25.           INFO-MAC%CS.UMASS.EDU@RELAY.CS.NET, INFO-MAC%RCA.COM@rel
  26. Subject:  Delphi Mac Digest V3 #14
  27.  
  28. Delphi Mac Digest     Saturday, March 7, 1987        Volume 3 : Issue 14 
  29.  
  30. Today's Topics:
  31.      RE: KANJI FONT FOR THE MAC
  32.      Re: Vertical Retrace Tasks
  33.      using full mac screen (2 messages)
  34.      LightSpeed Pascal
  35.      RE: INFO-MAC Digest V5 #58
  36.      Re: WmgrPort/Desktop Drawing
  37.      LaserWriter/LaserPrep 3.3
  38.      Hard Disk Partition
  39.      RE: MacPub<>RSG 3.0 (4 messages)
  40.      RE: AppleWorld report #1 (2 messages)
  41.  
  42. ---------------------------------------------------------------------- 
  43.  
  44. From: MGNEWMAN
  45. Subject: RE: KANJI FONT FOR THE MAC (Re: Msg 17650)
  46. Date: 1-MAR-16:22: Programming
  47.  
  48. Actually, there are at least two software packages available that do
  49. handle quite a few of the Kanji.  EG Word (Pronounced Easy Word) does a
  50. fairly nice job of Japanese word processing on the Mac with over 3000
  51. Kanji characters. These characters are stored in a simple bit map file,
  52. but I don't have a map to the bit map!  Another program "Jukugo" allows
  53. you to use Kana and Kanji with any Mac software.  In other words, it
  54. lets you convert Word or MacWrite to a full Japanese language word
  55. processor with Kanji conversion.
  56.  
  57. Apple Canon sells a Kanji Mac in Japan.  The Kanji are in ROM.  However,
  58. they also have the Kanji on Disc.  I would like the disc, but Apple
  59. won't resp[ond to mail that I send them.  Can anyone here help or offer
  60. any suggestions?  I have a wonderful little  Japanese language
  61. self-tutoring program running.  Right now it only displays the first 100
  62. Kanji.  They are in a font that is a resource. Unfortunately, I have to
  63. draw the characters in Fontastic, a slow process for a non-Japanese
  64. speaker ;like me.  Any help would be appreciated.
  65.  
  66. ------------------------------
  67.  
  68. From: BRECHER
  69. Subject: Re: Vertical Retrace Tasks
  70. Date: 1-MAR-19:12: MUGS Online
  71.  
  72. To: rs4u#@ANDREW.CMU.EDU (Richard Siegel) 
  73. Subject: Vertical Retrace Tasks
  74.  
  75. To make a VBL task live across application launches, put it and its
  76. queue element in the system heap.
  77.  
  78. ------------------------------
  79.  
  80. From: JIMH
  81. Subject: using full mac screen
  82. Date: 1-MAR-17:04: Programming Techniques
  83.  
  84. could someone please tell me how to open up a window to the full mac
  85. screen.  I i took out the call to initmenu, however initwindow draws the
  86. blank menu bar anyway.  I tryed reseting the cliprgn of the window
  87. manager port, no go. my window is placed under the menubar (top of
  88. window), however the menu bar is always on top.  Any suggestions would
  89. be appreciated.  thanks jim
  90.  
  91. ------------------------------
  92.  
  93. From: ASMCOR
  94. Subject: RE: using full mac screen (Re: Msg 1284)
  95. Date: 4-MAR-22:46: Programming Techniques
  96.  
  97. Sure, Jim, it's as easy as opening your own port. Use OpenPort() (it
  98. defaults to the full screen) and draw into it instead - if you do a
  99. PaintRect() on it you can fill the whole screen.
  100.   Jan
  101.  
  102. ------------------------------
  103.  
  104. From: AGALLAGHER
  105. Subject: LightSpeed Pascal
  106. Date: 1-MAR-23:25: Programming
  107.  
  108. Does anyone know of any problem when using the 'Build and Save as an
  109. Application' option on the MacintoshSE?  It bombs everytime.  Most
  110. programs run just fine on it, but I have found a few that run but run a
  111. bit differently ( FullPaint, AppleLink).
  112.  
  113. ------------------------------
  114.  
  115. From: DDUNHAM
  116. Subject: RE: INFO-MAC Digest V5 #58 (Re: Msg 17706)
  117. Date: 2-MAR-02:55: Network Digests
  118.  
  119.  > From: koch@NADC
  120.  > Subject: Shutting Down with SCSI
  121.  The easiest thing to do is select Shut Down, then hold down the mouse
  122. button until you turn things off.
  123.  
  124.  David Dunham     "If it has syntax, it isn't user-friendly."
  125.  Maitreya Design
  126.  
  127. ------------------------------
  128.  
  129. From: BRECHER
  130. Subject: Re: WmgrPort/Desktop Drawing
  131. Date: 2-MAR-03:28: MUGS Online
  132.  
  133. The following technique, sketched in Pascal and assembler, is what I use
  134. to have a window that appears to be the desktop.  Actually, before
  135. today, I was using another technique that was an absolute kludge, but
  136. your query got me thinking about how I might use a better approach.  The
  137. basic idea is to take the window out of the, er, picture during the
  138. execution of PaintBehind, by patching PaintBehind.  This technique is
  139. not bulletproof, in the sense that it does make some assumptions about
  140. the implementation of the Window Manager.  However, it does work on the
  141. 64K and 128K ROMs; I haven't yet tested it on, um, other models, but I
  142. expect it will work on those too.
  143.  
  144. I have omitted declarations of global variables and low-memory address
  145. constants -- I hope these fragments are reasonably understandable.
  146.  
  147. Procedure MyDeskHook; var
  148.   SaveRgn:   RgnHandle;
  149.   WMgrsPort:  GrafPtr; begin
  150.   if RegD0 {asm function returning value of D0} = 0 then begin
  151.     FillRgn(thePort^.clipRgn, PatPtr(DeskPattern)^); {for, e.g., Radius FPD}
  152.     GetPort(WMgrsPort);
  153.     SetPort(@theWindow.port);
  154.     if BytesEqual(Ptr(DeskPattern), @OldDeskPat, sizeof(Pattern)) then
  155.       begin
  156.       theWindow.visible := true; {so we can use DrawControls, etc.}
  157.       SaveRgn := theWindow.port.visRgn;
  158.       theWindow.port.visRgn := WMgrsPort^.clipRgn;
  159.       {here you draw the contents of the window}
  160.       theWindow.port.visRgn := SaveRgn;
  161.       theWindow.visible := false; {so update region is not affected}
  162.       end
  163.     else begin {user is diddling the desktop pattern in the Control Panel}
  164.       InvalRect(theWindow.port.portRect);
  165.       OldDeskPat := PatPtr(DeskPattern)^;
  166.       end;
  167.     SetPort(WMgrsPort);
  168.     end; end;
  169.  
  170. {at initialization time...}
  171.   PatchPaintBehind; {code to install the patch not shown; original addr
  172.                      stored at ApplScratch}
  173.   OldDeskPat := PatPtr(DeskPattern)^;
  174.   {Don't pass screenBits.bounds directly to NewWindow due to Radius FPD bug.}
  175.   {Give window a title to accommodate "Windows"-type DAs}
  176.   WindRect := screenBits.bounds;
  177.   Dummy := NewWindow(@theWindow, WindRect, StringPtr(ord4(CurApName))^,
  178.                            false, plainDBox, nil, false, 0);
  179.   intptr(ord4(PaintWhite))^ := 0;
  180.   ShowWindow(@theWindow);
  181.   LongPtr(ord4(DeskHook))^ := ord4(@MyDeskHook);
  182.  
  183. {Note that you can do normal update processing for your window; this is
  184.  convenient, as you can use InvalRect, InvalRgn, etc. where appropriate to
  185.  force an update, and do the drawing in the update routine as usual.}
  186.  
  187. procedure Update; {called from event loop} begin
  188.   SetPort(@theWindow);
  189.   BeginUpdate(@theWindow);
  190.   FillRect(theWindow.port.portRect, patPtr(DeskPattern)^);
  191.   {here you draw the contents of the window}
  192.   EndUpdate(@theWindow); end;
  193.  
  194. ; the patch for PaintBehind:  we hide our fake-desktop window from 
  195. ; PaintBehind by temporarily clearing its wVisible flag.  Then any portion
  196. ; of it that's exposed is drawn by our DeskHook routine.
  197.  
  198. PaintBehindPatch Proc Export
  199.  
  200. RtnAddr         Equ   0 clobberedRgn    Equ   RtnAddr+4 window         
  201. Equ   clobberedRgn+4
  202.  
  203.       Import     theWindow: Data
  204.  
  205.       SF         theWindow+wVisible(A5)
  206.       Move.L     window+2(SP),-(SP)
  207.       Move.L     clobberedRgn+6(SP),-(SP)
  208.       Move.L     ApplScratch,A0          ;addr of pre-patch PaintBehind
  209.       Jsr        (A0)
  210.       ST         theWindow+wVisible(A5)
  211.       Rts
  212.       EndP
  213.  
  214. ------------------------------
  215.  
  216. From: DDUNHAM
  217. Subject: LaserWriter/LaserPrep 3.3
  218. Date: 3-MAR-03:19: Bugs & Features
  219.  
  220. I've noticed that one of my PostScript fonts (created some time ago with
  221. FOntographer) is sent to the printer as a bitmap font with the new
  222. LW/LP. If I go back to 3.1 of LW/LP, it works.
  223.  
  224. Unfortunately, I've been unable to get Fontographer to run so I can
  225. check out the font.
  226.  
  227. ------------------------------
  228.  
  229. From: MACINTOUCH
  230. Subject: Hard Disk Partition
  231. Date: 3-MAR-18:35: Business Mac
  232.  
  233. Dave,
  234.   I've been using Hard Disk Partition for a variety of problems, and it
  235. seems to work well.  One major restriction, though, is that it seems to
  236. only be able to access (mount) HDP volumes on the same disk drive that
  237. the System is on.  This gets pretty restrictive when you have two large
  238. disks in use at once.  Any plans to change this, or am I missing
  239. something?
  240.  
  241. ric
  242.  
  243. ------------------------------
  244.  
  245. From: MOUSEKETEER
  246. Subject: RE: MacPub<>RSG 3.0 (Re: Msg 17753)
  247. Date: 3-MAR-22:22: Mousing Around
  248.  
  249. Oh...I thought you meant Letraset had been pulling the heads off mice or
  250. such at the MacExpo in January! (grin)
  251.  
  252. In my view, it's a toss-up to say that Letraset has acted in a "slimy"
  253. fashion to date. I called their Paramus, NJ HQ a few times asking about
  254. the MacII-> LetraPage update, and while they would never say anything
  255. definite about a release date, they never seemed to mind being asked or
  256. returning a call. Given the way it turned out, I think it was perhaps
  257. wise of them to decline giving a release date for LetraPage. I *do* hope
  258. they keep up the good support that Manhattan Graphics has given its
  259. users. They do offer RSG 3.0 much more marketing muscle than Manhattan
  260. Graphics could...it was rare to find a dealer who carried RSG beyond the
  261. mail-order houses...the profit margin for PageMaker was just too much
  262. higher.
  263.  
  264. As to Letraset's treatment of Boston Publishing, I think there is
  265. probably a lot we don't know, i.e. an agreed upon delivery date for
  266. LetraPage (MacPub III) and related contractual clauses as to who got the
  267. customer lists upon termination of the contract. Obviously MacPub III
  268. wasn't ready when Letraset expected it would be, and they had invested
  269. quite a sum in promoting it, with multi-page spreads in Macworld,
  270. MacUser, Publish!, etc. Boston Publishing/ MacPublisher has routinely
  271. been late with product releases...the only firm I know of which has
  272. shown "canned" versions of the same software at two different MacExpos
  273. with no product release in sight. And I do think it is a bit odd for
  274. Boston Publishing to be complaining about not having a registered user
  275. list to send update notices to...I purchased the original MacPublisher
  276. the week orders were taken (shipped 2 months later), sent in my
  277. registration card, and only by phoning in could learn about updates to
  278. that program or MacPub II. Having registered MacPub II, I could only get
  279. info on myriad bug fixes by calling the company, too. I agree having a
  280. customer list for informing about upgrades is a good idea...it's just
  281. that Boston Publishing has never used them before, so why complain that
  282. they can't now?
  283.  
  284. To be fair, though, Boston Publishing does *appear* to be open about
  285. their upgrade to MacPub III. Talking to them today, I was told the
  286. upgrade would be available around the end of March and would be priced
  287. at $99.95 to owners of _either_ MacPublisher or MacPublisher II, while
  288. retail on MacPub III would be set at $295. Improvements to MacPublisher
  289. III include direct text editing, hy- phenation (hehe), importing files
  290. from various WPs without losing formatting, "direct drawing using a
  291. graphic palette and toolbox", "group select", and they are looking into
  292. adding text rotation.
  293.  
  294. If you own MacPub I or II, you can get information regarding the upgrade
  295. by sending your name and address to Boston Publishing. Since they do not
  296. have a listing of registered users, they will be incorporating the
  297. upgrade info into ads. You should not expect to hear back from BP until
  298. the upgrade is actually available, in response to complaints from many
  299. users who had paid for upgrades to MacPub II (including myself) to
  300. discover that they would not be available for many months.
  301.  
  302. Oh, if you are thinking of taking up Letraset on the $70 upgrade to RSG
  303. from MacPub II, you might be interested to know that Boston Publishing
  304. will not be requesting the cover of your MacPubII manual...they
  305. currently plan to ask for only a photocopy of your master disk (includes
  306. your reg. #) to qualify for the upgrade price.
  307.  
  308. Alf
  309.  
  310. ------------------------------
  311.  
  312. From: PEABO
  313. Subject: RE: MacPub<>RSG 3.0 (Re: Msg 17796)
  314. Date: 3-MAR-23:37: Mousing Around
  315.  
  316. The situation is actually a little more complicated than you portray. 
  317. When was the last time you spoke to "Boston Software Publishing"?  If I
  318. understand the situation correctly, there isn't any such thing anymore. 
  319. When LetraSet bought BSPI, they got Ed Holcomb and a couple other people
  320. who were the guys who ran BSPI.  Those guys now work for LetraSet.  The
  321. guy who is now trying to sell MacPub III is Bob Doyle, who wrote it
  322. (along with his son).  His company name is MicroCosmos.
  323.  
  324. It is entirely possible that MicroCosmos never had any customer list,
  325. since it is BSPI that was marketing it, not MicroCosmos.
  326.  
  327. peter
  328.  
  329. ------------------------------
  330.  
  331. From: MOUSEKETEER
  332. Subject: RE: MacPub<>RSG 3.0 (Re: Msg 17799)
  333. Date: 4-MAR-01:10: Mousing Around
  334.  
  335. Ya, the "Boston Publishing" in my note means the new entity, and that is
  336. how they answer the phones, anyway. The person I spoke with again
  337. repeated the gripe that "they" had the registered customer list, in
  338. speaking of Letraset, though I wasn't aware that most of BSPI was now in
  339. Letraset anyway.
  340.  
  341. If you are suggesting, though, that RSG 3.0 upgrades and such will be
  342. handled by the people who "ran" BSPI before, I'm gonna have to start
  343. watching more closely for my PageMaker upgrade notice. My only surprise
  344. in the whole thing was that Letraset would get involved with BSPI in the
  345. first place, given how MacPub has been managed in the past.
  346.  
  347. Alf
  348.  
  349. ------------------------------
  350.  
  351. From: PEABO
  352. Subject: RE: MacPub<>RSG 3.0 (Re: Msg 17806)
  353. Date: 4-MAR-01:20: Mousing Around
  354.  
  355. The LetraSet fellow I spoke to at the Expo said that Holcomb was still
  356. with them, but I don't remember what Holcomb would be doing for them.
  357.  
  358. peter
  359.  
  360. ------------------------------
  361.  
  362. From: BMUG
  363. Subject: RE: AppleWorld report #1 (Re: Msg 17735)
  364. Date: 4-MAR-00:23: MUGS Online
  365.  
  366. APPLEWORLD REPORT ----------------
  367.  
  368. Night descends on LA, the first night of Appleworld '87.
  369.  
  370. What I'll try to report are impressions, a sense of what it's like to be
  371. down in LA for this product introduction and conference.  Apple has
  372. organized this event from the ground up and planned some very busy days
  373. for everyone here.  We're divided up into "constituencies" representing
  374. user groups, K-12 education, university, dealers, developers, government
  375. accounts, press, analysts, and VARs. Each group had its own schedule to
  376. follow after the main product presentations, and so what I'll describe
  377. below represents what user groups were shown.
  378.  
  379. After arriving as most people did on Sunday night and checking into
  380. hotels, everyone was up and ready before 8am Monday morning to have
  381. breakfast and catch busses from downtown LA to the Universal Frost
  382. Ampitheater.  Shortly after 9, the Hollywood-style show began.  Del
  383. Yocam, Chief Operating Officer, started off the festivities with a
  384. speech about Apple's past.  He was followed by Woz, talking about
  385. Apple's heritage and future.  Apple played a video tape of their
  386. customers, companies like Seafirst Bank, saying how the Macintosh has
  387. changed their ideas about productivity and how the Macintosh has
  388. infiltrated their offices.  A very convincing piece (as if we needed to
  389. be convinced) that would make a great commercial.
  390.  
  391. Next, John Sculley came out to center stage.  (The other speeches had
  392. been made from the side podium.)  He gave a very animated account of
  393. Apple's future, but left the actual product introductions to Jean-Louis
  394. Gassee.  Jean-Louis showed the Mac SE running all the normal Mac
  395. programs--faster.  Then he showed the Mac II running great programs in
  396. color!  I wasn't too surprised by the color, but I was blown away by the
  397. fact that the II supports up to six screens running off one Mac II,
  398. where windows can be dragged from one screen to another just like from a
  399. Radius screen to the Mac screen.  Also, I saw the size and shape of the
  400. II and was pleasantly surprised that the Mac II was smaller than I
  401. expected it to be.  Overall impression?  Amiga may have come out well
  402. before the Mac II, but Apple waited until they had everything they
  403. needed to do it right.
  404.  
  405. John Sculley's speech introduced some very interesting terms.  He called
  406. Apple a paradigm shifter, a company that doesn't just create products
  407. for existing markets but a company that can find 'trojan niches' to
  408. fill.  Desktop publishing was an example of a trojan niche; more will
  409. follow.  Apple can take the MS-DOS paradigm and shfit it to the Finder
  410. paradigm.  (I'm paraphrasing a bit here to get across the general idea.)
  411.  He said that future emphasis on computers would move from data
  412. processing through networking to document processing.  He said Apple was
  413. driven by the strong, affluent, middle-class marketplace (what an
  414. admission!).
  415.  
  416. Apple announced quite a few products along with the SE and II, including
  417. A/UX ( their version of UNIX System V with 4.2BSD extensions _and_
  418. toolbox support), a video card, many new hard disks and a tape backup
  419. unit, and third-party 8086 and 80286 cards.  The SE and the II can also
  420. use one of two keyboards which appear more like standard IBM keyboards
  421. than the current one.  The first keyboard has approximately the same
  422. keys as the MacPlus keyboard while the 'extended' keyboard adds function
  423. keys and IBM-configured cursor keys.
  424.  
  425. The Mac II spoke well for itself, demonstrating its amazing graphics and
  426. sound capabilities in some beautiful landscape paintings, firework
  427. displays, and even a version of the Jetson's theme.
  428.  
  429. The afternoon was full of specialized sessions.  User groups were
  430. treated to an address by Ellen Leanse (user group evangelist), a working
  431. session on UG relations moderated by Andy Reese, and a panel discussion
  432. on dealer/UG relations.  Then, Alan Kay presented his thoughts on what
  433. Apple and the computer industry in general should be aiming for.  He
  434. showed how many of the windowing and graphics ideas of the Mac were
  435. actually implemented as far back as the early 1960s (on multimillion
  436. dollar mainframes) and that in many ways the artificial intelligence of
  437. old software was superior to the software we have today. However, he
  438. pointed out that the Macintosh II, with its more powerful 68020 and
  439. faster (approximately 16 MHz clock speed) was bridging the gap and
  440. making it possible for desktop computers to finally be powerful enough
  441. for applications like real-time 3D animation.  An inspiring talk.
  442.  
  443. After an all-to-short break, we had dinner.  Steve Wozniak was the
  444. featured guest, but rather than give a speech, Ellen and he moderated a
  445. game of We'll Make a Fortune.  Steve asked the questions, and Phrase
  446. Craze spun the wheel. User Group representatives were the contestants,
  447. and the questions and phrases dealt with Apple trivia.  At the end of
  448. the game, Steve told jokes, and a good time was had by all!
  449.  
  450. Tomorrow, an expo for third party products and a chance to try the new
  451. machines firsthand.
  452.  
  453. Wish you were all here--you're gonna love the Mac II!!!
  454.  
  455. --Linda Custer
  456.  
  457. ------------------------------
  458.  
  459. From: BMUG
  460. Subject: RE: AppleWorld report #1 (Re: Msg 17735)
  461. Date: 4-MAR-00:26: MUGS Online
  462.  
  463. Live, from LA, it's Tuesday morning!
  464.  
  465. Let's see.  Now the user groups got to see lots more products.  Third
  466. party programs, screens, printers, etc.  Like Desktop Express, the
  467. program I'm using to type this message.  Marketed by Apple, Desktop
  468. Express allows you to access Dow Jones or MCI Mail with a user interface
  469. much like that of Applelink.  You can package files together and send
  470. them all at once.  You can save them as images rather than whole files
  471. so that the recipient doesn't need to own the program you used to create
  472. the files.  (Those image files, or any Mac file, can now be sent over
  473. MCI and delivered either electronically or as LaserWriter output.) 
  474. Nice, and _very_ easy to use.
  475.  
  476. What else?  Lotus announced Galaxy, an "upgrade" to Jazz.  It is still
  477. RAM-based so no document or set of documents being manipulated can be
  478. larger than available RAM.  Its spreadsheets can now be linked to each
  479. other, and it has an interactive macro language similar to 1-2-3. (Lotus
  480. 1-2-3 macros can be transported from the IBM as text, but need to be
  481. translated by hand to account for minor differences in the macro
  482. langugages between the two programs.)  The spreadsheet module now
  483. handles sparse matrix storage (Excel doesn't do that yet! ) and minimum
  484. recalculation.  The WP module has rulers that can be named and act as
  485. style sheets.  The database is now semi-relational, as it allows joins
  486. and lookups between different data sets.  It still has hot views and
  487. looks almost identical to Jazz.  Expect release sometime "early summer".
  488.  
  489. Living Videotext announced More 1.1c (supporting color).  I saw dBASE
  490. Mac running on a MacII, so maybe there's hope?!  Omnis 3.24 also ran
  491. (flawlessly as far as I could tell) on a MacII.  GCC (the Hyperdrive
  492. people) announced their Hypercharger 020, a plug-in board for the Mac SE
  493. that gives you a 68020--almost the power of a MacII without (1) the
  494. extra 5 slots, (2) the MacII 256K ROMs, and consequently (3) color
  495. monitor support.  Shipping in June (more or less), and priced at $1499
  496. without a 68881, $1999 with one.  Not bad if you need portability and
  497. not color.
  498.  
  499. SuperMac is making a big splash with its 19" color and B&W
  500. monitors-great for CAD/CAM and page layout.  They're sharp, and make the
  501. Mac look _remarkably_ like a Sun workstation!  Good for the image, I
  502. guess.
  503.  
  504. Borland announced Eureka! for the Mac, mostly the same as their IBM
  505. product. It's a free-form calculation and graphics program that has to
  506. be seen to be appreciated.  Available in about three months, but mostly
  507. done now.
  508.  
  509. And, I guess I should have mentioned that SuperMac was purchased by
  510. Scientific Microsystems, making Steve Edelman (SuperMac's past
  511. president) into a Scientific Microsystems VP in charge of Mac products.
  512.  
  513. More later on this ICONtact(tm) channel.
  514.  
  515. --Linda Custer
  516.  
  517.  
  518. ------------------------------
  519.  
  520. End of Delphi Mac Digest
  521. ************************
  522.